GetNthParam (paramN SMALLINT) RETURNING BOOLEAN, ixString
Specifies which parameter in the stored procedure you want to get the value of. The first parameter of a stored procedure is 0, the second is 1, etc. |
Gets the Nth parameter of a stored procedure. Use this method whenever you need to find out a particular parameter required by a stored procedure in a SQL database table.
TRUE if the call is successful, FALSE if something goes wrong. | |
Retrieves the current value of the specified parameter in the stored procedure. |
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |